home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Updates / General / Frontier 3.0 to 3.0.3 Upg.sit / 3.0 => 3.0.3 Upgrader / Upgrade Files / DocServer Docs / setEventTransactionID < prev   
Encoding:
Text File  |  1993-12-30  |  712 b   |  16 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    setEventTransactionID
  3. Syntax    setEventTransactionID (ID)
  4. Parameters    ID is a transaction id value established by a prior beginTransaction message.
  5. Action    Sets the transaction id value for all outgoing messages sent by the current script to ID.
  6. Returns    True
  7. Examples    with objectModel, MacDatabase {
  8.     transID = beginTransaction ();
  9.     setEventTransactionID (transID)}
  10. Notes    • This verb affects all subsequent appleEvent, complexEvent, finderEvent, tableEvent and transactionEvent calls.
  11. • Each running script has its own transaction ID setting, which initially is zero (no transaction).
  12. • To stop using a transaction ID, pass 0 as the ID value.
  13. See Also    setEventTimeOut
  14. setEventInteraction
  15. misc.beginTransaction
  16.